From: Nick Hainke Date: Mon, 7 Jun 2021 18:43:04 +0000 (+0200) Subject: olsrd: only pud depends on libgps X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=13461119bc7c2425ca735f808fb278a9bb43d74e;p=feed%2Frouting.git olsrd: only pud depends on libgps As a workaround for the glibc-fix the dependency on libgps was moved to olsrd. However, only pud is using this library. Signed-off-by: Nick Hainke (cherry picked from commit 27ac56adc643d0d79d33591e349a507711dfd38f) --- diff --git a/olsrd/Makefile b/olsrd/Makefile index 82c3808..726d5a3 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -170,11 +170,7 @@ MAKE_FLAGS+= \ DESTDIR="$(PKG_INSTALL_DIR)" \ STRIP="true" \ INSTALL_LIB="true" \ -<<<<<<< HEAD SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo jsoninfo netjson mdns nameservice p2pd pgraph pud quagga secure sgwdynspeed txtinfo watchdog" -======= - SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo filtergw jsoninfo netjson mdns nameservice p2pd pgraph pud quagga secure sgwdynspeed txtinfo watchdog" ->>>>>>> 4f7791a (olsrd: update to 2021-06-07) define Build/Compile $(call Build/Compile/Default,all)